This event occurs after the wizard has been completed and the CalculateDisplayName and CalculateLocation events have been called.
Syntax
Private Sub AMUIExtension_AfterWizard( ByVal NewObject As Object )
Name | Description |
---|---|
NewObject |
The newly created object |
Remarks
You should implement this event only if you need some action to be taken on completion of wizard processing. This event will not occur when the user cancels the wizard.
For documents the equivalent VBScript event is the NewDocument script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.